diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-11 04:15:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 04:15:57 +0900 |
| commit | 22b85572e891b874011893f62d4eaf94f20486df (patch) | |
| tree | 3452d4164a8964cd85fe57de2bd128baeb0ee2ff /config/waybar/style/[Black & White] Monochrome.css | |
| parent | c4ee8142bf7e8d89602cb7712da10888a54d438b (diff) | |
| parent | ed21639feebd8e3b6a6a4c2a59686f777b9688b9 (diff) | |
Merge pull request #338 from JaKooLit/development
Development to Main including pre-release
Diffstat (limited to 'config/waybar/style/[Black & White] Monochrome.css')
| -rw-r--r-- | config/waybar/style/[Black & White] Monochrome.css | 49 |
1 files changed, 17 insertions, 32 deletions
diff --git a/config/waybar/style/[Black & White] Monochrome.css b/config/waybar/style/[Black & White] Monochrome.css index 44b509cd..13f6cdf4 100644 --- a/config/waybar/style/[Black & White] Monochrome.css +++ b/config/waybar/style/[Black & White] Monochrome.css @@ -2,24 +2,20 @@ /* Black & White MonoChrome */ * { -font-family: "JetBrainsMono Nerd Font"; -font-weight: bold; -min-height: 0; -/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ -font-size: 97%; -font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -} - -window#waybar { - background: transparent; -} - -window#waybar.empty { - background-color: transparent; + font-family: "JetBrainsMono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 97%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } +window#waybar, +window#waybar.empty, window#waybar.empty #window { - background-color: transparent; + background-color: transparent; + padding: 0px; + border: 0px; } tooltip { @@ -73,7 +69,9 @@ tooltip label{ padding-left: 4px; } /*-----modules indv----*/ +#taskbar button, #workspaces button { + color: dimgrey; box-shadow: none; text-shadow: none; padding: 0px; @@ -83,15 +81,17 @@ tooltip label{ animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } +#taskbar button:hover, #workspaces button:hover { color: white; - background-color: rgba(0,153,153,0.2); + background-color: #7f849c; padding-left: 2px; padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } +#taskbar button.active, #workspaces button.active { color: white; padding-left: 8px; @@ -161,7 +161,7 @@ tooltip label{ color: #cc3436; } #temperature.critical { - color: #cc3436; + color: red; } @keyframes blink { @@ -179,21 +179,6 @@ tooltip label{ animation-direction: alternate; } -#taskbar button.active { - background-color: #7f849c; - padding-left: 6px; - padding-right: 6px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - -#taskbar button:hover { - padding-left: 2px; - padding-right: 2px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - #pulseaudio-slider slider { min-width: 0px; min-height: 0px; |
